internal/reflectlite.rtype.typeOff (method)

5 uses

	internal/reflectlite (current package)
		type.go#L465: func (t *rtype) typeOff(off typeOff) *rtype {
		type.go#L767: 			if vmName.name() == tmName.name() && V.typeOff(vm.typ) == t.typeOff(tm.typ) {
		type.go#L800: 		if vmName.name() == tmName.name() && V.typeOff(vm.mtyp) == t.typeOff(tm.typ) {